home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / RAS.ZIP / Project1.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-09-02  |  1KB  |  64 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 109
  4.   Width = 286
  5.   Height = 181
  6.   Caption = 'NT Lag'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 64
  17.     Width = 233
  18.     Height = 33
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'IP Addy To Attack'
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -16
  25.     Font.Name = 'Grunge'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 8
  31.     Top = 32
  32.     Width = 257
  33.     Height = 21
  34.     AutoSize = False
  35.     TabOrder = 0
  36.   end
  37.   object Button1: TButton
  38.     Left = 40
  39.     Top = 112
  40.     Width = 89
  41.     Height = 25
  42.     Caption = 'Lag Em!'
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.   end
  46.   object Sockets1: TSockets
  47.     Left = 8
  48.     Top = 120
  49.     Width = 32
  50.     Height = 32
  51.     MaximumReceiveLength = 8192
  52.     NonBlocking = False
  53.   end
  54.   object Button2: TButton
  55.     Left = 144
  56.     Top = 112
  57.     Width = 89
  58.     Height = 25
  59.     Caption = 'Back To Base!'
  60.     TabOrder = 3
  61.     OnClick = Button2Click
  62.   end
  63. end
  64.